FlexGrid for WinForms | ComponentOne
C1.Win.FlexGrid Namespace / SortableBindingList<T> Class / SupportsSortingCore Property

In This Topic
    SupportsSortingCore Property (SortableBindingList<T>)
    In This Topic
    Gets a value that indicates whether the list supports sorting.
    Syntax
    'Declaration
     
    
    Protected Overrides ReadOnly Property SupportsSortingCore As Boolean
    protected override bool SupportsSortingCore {get;}
    See Also